Application idle state

To improve the CPU performance Kanzi does not redraw the application content when your Kanzi application is idle. Kanzi suspends the main loop when there is no input, tasks, timers, animations, or when there is nothing in the application that updates the rendering.

When using application idle state, consider these use cases:

If you want to effectively use the application idle state in your Kanzi application, keep in mind:

You can set the application idle state in the application configuration. See ApplicationIdleState.

See also

Optimizing the start-up time of your application

Troubleshooting the performance of your application